type runtime.statDepSet
16 uses
runtime (current package)
metrics.go#L35: deps statDepSet
metrics.go#L601: type statDepSet [1]uint64
metrics.go#L604: func makeStatDepSet(deps ...statDep) statDepSet {
metrics.go#L605: var s statDepSet
metrics.go#L613: func (s statDepSet) difference(b statDepSet) statDepSet {
metrics.go#L614: var c statDepSet
metrics.go#L622: func (s statDepSet) union(b statDepSet) statDepSet {
metrics.go#L623: var c statDepSet
metrics.go#L631: func (s *statDepSet) empty() bool {
metrics.go#L641: func (s *statDepSet) has(d statDep) bool {
metrics.go#L885: ensured statDepSet
metrics.go#L896: func (a *statAggregate) ensure(deps *statDepSet) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |